Html Css Color HEX #074747 Cyprus

📋 copy color: '#074747'

red 7 ◦ green 71 ◦ blue 71

#074747
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cyprus #074747

Tints of Cyprus #074747

RGB

 RED value IS 7 (3.13% from 255) = 4.7%

 GREEN value IS 71 (28.13% from 255) = 47.65%

 BLUE value IS 71 (28.13% from 255) = 47.65%

R = 4.7%
G = 47.65%
B = 47.65%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0

 K value IS 0.72

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#074747 (or 0x074747) is known color: Cyprus. HEX triplet: 07, 47 and 47. RGB value is (7,71,71). Sum of RGB (Red+Green+Blue) = 7+71+71=149 (19% of max value = 765). Red value is 7 (3.12% from 255 or 4.70% from 149); Green value is 71 (28.12% from 255 or 47.65% from 149); Blue value is 71 (28.12% from 255 or 47.65% from 149); Max value from RGB is 71 - color contains mainly: green, blue. Hex color #074747 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #074747 is #F8B8B8. Grayscale: #333333. Windows color (decimal): -16300217 or 4671239. OLE color: 4671239.

HSL color Cylindrical-coordinate representation of color #074747: hue angle of 180º degrees, saturation: 0.82, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #074747 is Cyan = 0.90, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 7 71 71 -
CMYK 0.90 0 0 0.72
HSL 180º 0.82% 0.15% -
HSV(B) 180º 0.9% 0.28% -
XYZ 3.48 5.01 6.74 -
YUV 51.86 138.8 96 -
System Red Green Blue C M Y K H S L
Decimal 7 71 71 0.90 0 0 0.72 180 0.82 0.15
Hex 7 47 47 5A 0 0 48 B4 52 F
Octal 7 107 107 132 0 0 110 264 122 17
Binary 111 1000111 1000111 1011010 0 0 1001000 10110100 1010010 1111

Color Harmonies of #074747

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #074747

Black with #074747

Text Example


Text Example

White with #074747

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #074747; }

 p { color: rgb(7,71,71); }

 H1.HeaderClassName
 {
   color: #074747;
 }
 .AnyTagClassName
 {
   color: #074747;
 }
</style>

background-color css

<style>
 a { background-color: #074747; }

 a { background-color: rgb(7,71,71); }

 div.DivClassName
 {
   background-color: #074747;
 }
 .BgClassName
 {
   background-color: #074747;
 }
</style>

border-color css

<style>
 span { border-color: #074747; }

 span { border-color: rgb(7,71,71); }

 td.TdClassName
 {
   border-color: #074747;
 }
 .TagClassName
 {
   border-color: #074747;
 }
</style>