Html Css Color HEX #074D48 Cyprus

📋 copy color: '#074D48'

red 7 ◦ green 77 ◦ blue 72

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

Shades of Cyprus #074D48

Tints of Cyprus #074D48

RGB

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

 GREEN value IS 77 (30.47% from 255) = 49.36%

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

R = 4.49%
G = 49.36%
B = 46.15%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.06

 K value IS 0.70

RGB Variations

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

Color information

#074D48 (or 0x074D48) is known color: Cyprus. HEX triplet: 07, 4D and 48. RGB value is (7,77,72). Sum of RGB (Red+Green+Blue) = 7+77+72=156 (20% of max value = 765). Red value is 7 (3.12% from 255 or 4.49% from 156); Green value is 77 (30.47% from 255 or 49.36% from 156); Blue value is 72 (28.52% from 255 or 46.15% from 156); Max value from RGB is 77 - color contains mainly: green. Hex color #074D48 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #074D48 is #F8B2B7. Grayscale: #373737. Windows color (decimal): -16298680 or 4738311. OLE color: 4738311.

HSL color Cylindrical-coordinate representation of color #074D48: hue angle of 175.71º degrees, saturation: 0.83, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #074D48 is Cyan = 0.91, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.70.

Color convert

RGB 7 77 72 -
CMYK 0.91 0 0.06 0.70
HSL 175.71º 0.83% 0.16% -
HSV(B) 175.71º 0.91% 0.3% -
XYZ 3.91 5.82 7.05 -
YUV 55.5 137.31 93.41 -
System Red Green Blue C M Y K H S L
Decimal 7 77 72 0.91 0 0.06 0.70 175.71 0.83 0.16
Hex 7 4D 48 5B 0 6 46 B0 53 10
Octal 7 115 110 133 0 6 106 260 123 20
Binary 111 1001101 1001000 1011011 0 110 1000110 10110000 1010011 10000

Color Harmonies of #074D48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #074D48

Black with #074D48

Text Example


Text Example

White with #074D48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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