Html Css Color HEX #074F48 Cyprus

📋 copy color: '#074F48'

red 7 ◦ green 79 ◦ blue 72

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

Shades of Cyprus #074F48

Tints of Cyprus #074F48

RGB

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

 GREEN value IS 79 (31.25% from 255) = 50%

 BLUE value IS 72 (28.52% from 255) = 45.57%

R = 4.43%
G = 50%
B = 45.57%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.09

 K value IS 0.69

RGB Variations

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

Color information

#074F48 (or 0x074F48) is known color: Cyprus. HEX triplet: 07, 4F and 48. RGB value is (7,79,72). Sum of RGB (Red+Green+Blue) = 7+79+72=158 (20% of max value = 765). Red value is 7 (3.12% from 255 or 4.43% from 158); Green value is 79 (31.25% from 255 or 50% from 158); Blue value is 72 (28.52% from 255 or 45.57% from 158); Max value from RGB is 79 - color contains mainly: green. Hex color #074F48 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #074F48 is #F8B0B7. Grayscale: #383838. Windows color (decimal): -16298168 or 4738823. OLE color: 4738823.

HSL color Cylindrical-coordinate representation of color #074F48: hue angle of 174.17º degrees, saturation: 0.84, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #074F48 is Cyan = 0.91, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.69.

Color convert

RGB 7 79 72 -
CMYK 0.91 0 0.09 0.69
HSL 174.17º 0.84% 0.17% -
HSV(B) 174.17º 0.91% 0.31% -
XYZ 4.05 6.11 7.1 -
YUV 56.67 136.65 92.57 -
System Red Green Blue C M Y K H S L
Decimal 7 79 72 0.91 0 0.09 0.69 174.17 0.84 0.17
Hex 7 4F 48 5B 0 9 45 AE 54 11
Octal 7 117 110 133 0 11 105 256 124 21
Binary 111 1001111 1001000 1011011 0 1001 1000101 10101110 1010100 10001

Color Harmonies of #074F48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #074F48

Black with #074F48

Text Example


Text Example

White with #074F48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #074F48; }

 p { color: rgb(7,79,72); }

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

background-color css

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

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

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

border-color css

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

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

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