Html Css Color HEX #084742 Cyprus

📋 copy color: '#084742'

red 8 ◦ green 71 ◦ blue 66

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

Shades of Cyprus #084742

Tints of Cyprus #084742

RGB

 RED value IS 8 (3.52% from 255) = 5.52%

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

 BLUE value IS 66 (26.17% from 255) = 45.52%

R = 5.52%
G = 48.97%
B = 45.52%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.07

 K value IS 0.72

RGB Variations

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

Color information

#084742 (or 0x084742) is known color: Cyprus. HEX triplet: 08, 47 and 42. RGB value is (8,71,66). Sum of RGB (Red+Green+Blue) = 8+71+66=145 (19% of max value = 765). Red value is 8 (3.52% from 255 or 5.52% from 145); Green value is 71 (28.12% from 255 or 48.97% from 145); Blue value is 66 (26.17% from 255 or 45.52% from 145); Max value from RGB is 71 - color contains mainly: green. Hex color #084742 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #084742 is #F7B8BD. Grayscale: #333333. Windows color (decimal): -16234686 or 4343560. OLE color: 4343560.

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

Color convert

RGB 8 71 66 -
CMYK 0.89 0 0.07 0.72
HSL 175.24º 0.8% 0.15% -
HSV(B) 175.24º 0.89% 0.28% -
XYZ 3.34 4.95 5.93 -
YUV 51.59 136.13 96.91 -
System Red Green Blue C M Y K H S L
Decimal 8 71 66 0.89 0 0.07 0.72 175.24 0.8 0.15
Hex 8 47 42 59 0 7 48 AF 50 F
Octal 10 107 102 131 0 7 110 257 120 17
Binary 1000 1000111 1000010 1011001 0 111 1001000 10101111 1010000 1111

Color Harmonies of #084742

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #084742

Black with #084742

Text Example


Text Example

White with #084742

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #084742; }

 p { color: rgb(8,71,66); }

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

background-color css

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

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

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

border-color css

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

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

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