Html Css Color HEX #07473F Cyprus

📋 copy color: '#07473F'

red 7 ◦ green 71 ◦ blue 63

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

Shades of Cyprus #07473F

Tints of Cyprus #07473F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 44.68%

R = 4.96%
G = 50.35%
B = 44.68%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.11

 K value IS 0.72

RGB Variations

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

Color information

#07473F (or 0x07473F) is known color: Cyprus. HEX triplet: 07, 47 and 3F. RGB value is (7,71,63). Sum of RGB (Red+Green+Blue) = 7+71+63=141 (18% of max value = 765). Red value is 7 (3.12% from 255 or 4.96% from 141); Green value is 71 (28.12% from 255 or 50.35% from 141); Blue value is 63 (25% from 255 or 44.68% from 141); Max value from RGB is 71 - color contains mainly: green. Hex color #07473F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #07473F is #F8B8C0. Grayscale: #323232. Windows color (decimal): -16300225 or 4146951. OLE color: 4146951.

HSL color Cylindrical-coordinate representation of color #07473F: hue angle of 172.5º 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 #07473F is Cyan = 0.90, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.72.

Color convert

RGB 7 71 63 -
CMYK 0.90 0 0.11 0.72
HSL 172.5º 0.82% 0.15% -
HSV(B) 172.5º 0.9% 0.28% -
XYZ 3.24 4.91 5.48 -
YUV 50.95 134.8 96.65 -
System Red Green Blue C M Y K H S L
Decimal 7 71 63 0.90 0 0.11 0.72 172.5 0.82 0.15
Hex 7 47 3F 5A 0 B 48 AC 52 F
Octal 7 107 77 132 0 13 110 254 122 17
Binary 111 1000111 111111 1011010 0 1011 1001000 10101100 1010010 1111

Color Harmonies of #07473F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07473F

Black with #07473F

Text Example


Text Example

White with #07473F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #07473F; }

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

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

background-color css

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

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

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

border-color css

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

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

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